home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON04 / ACT04A / common4.cst / 00040_go to -finish-.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  183 b   |  9 lines

  1. on exitFrame
  2.   global gFollowPathObj
  3.   if soundBusy(1) then
  4.     go to the frame
  5.   else
  6.     puppetSprite the ppathFollower of gFollowPathObj,false
  7.     go to frame "finish"
  8.   end if
  9. end